body,
html {
  min-height: 100.99999999%;
}
body {
  width: 100%;
  min-width: 1000px;
  background: #262626 url("../images/bg.png") center center;
  font-size: 14px;
}
.header {
  min-width: 1000px;
  height: 100px;
  background: #262626 url(../images/bg.png) center center;
}
.nav-content,
.header-top {
  width: 1000px;
  margin: 0 auto;
}
.header-top {
  height: 64px;
  display: table;
  text-align: justify;
}
.logo,
.search-box {
  display: table-cell;
  vertical-align: middle;
}
.logo img {
  width: 152px;
}
.search-box {
  width: 240px;
  position: relative;
}
.search-box input {
  width: 190px;
  height: 36px;
  padding-left: 10px;
  padding-right: 40px;
  outline: none;
  background-color: #141414;
  color: #fff;
  font-size: 14px;
}
.search-box .search-btn {
  display: block;
  padding: 8px;
  background: url(../images/search.png);
  background-size: 16px auto;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}
.nav {
  height: 36px;
  border-bottom: 1px solid #333333;
  background-color: #141414;
  line-height: 36px;
}
.nav a {
  color: #999999;
}
.nav nav {
  font-size: 0;
}
.nav nav li {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid transparent;
}
.nav nav li a {
  display: block;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
}
.nav nav li:hover {
  border-bottom-color: #73B61B;
}
.nav nav li:hover a {
  color: #fff;
}
.nav nav li.on a {
  color: #73B61B;
}
.login-box li {
  display: inline-block;
}
.1login-box li .username {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.login-box .v-line {
  margin: 0 13px;
}
.v-line {
  display: inline-block;
  width: 1px;
  height: 12px;
  vertical-align: middle;
  background-color: #333;
}
footer {
  line-height: 64px;
  text-align: center;
  background-color: #141414;
  color: #808080;
  margin-top: 50px;
}
footer.white-footer {
  background-color: #F3F3F3;
}
#banner {
  height: 320px;
  min-width: 1080px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bd li {
  height: 320px;
  text-align: center;
  background-color: #141414;
  position: relative;
}
.bd .banner-img {
  height: 100%;
}
.bd .banner-img img {
  height: 100%;
}
.bd .banner-content-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.bd .banner-content {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.bd .banner-txt {
  margin-top: 204px;
  font-size: 26px;
  color: #fff;
  width: 386px;
  line-height: 32px;
  text-align: left;
}
.hd {
  width: 100%;
  position: absolute;
  bottom: 26px;
  left: 0;
}
.hd ul {
  width: 1000px;
  margin: 0 auto;
}
.hd li {
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-right: 10px;
  float: left;
  font-size: 0;
}
.hd li.on {
  background-color: #73B61B;
}
.main {
  width: 1000px;
  margin: 30px auto 0;
}
.main-left {
  width: 660px;
  float: left;
}
.title-wrap {
  line-height: 33px;
}
.title-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.b-title {
  float: left;
  color: #73B61B;
  font-size: 20px;
}
.b-title .b-title-en {
  color: #141414;
}
.b-title .b-title-en b {
  margin: 0 10px;
}
.m-title {
  float: left;
  color: #73B61B;
  font-size: 14px;
  line-height: 33px;
}
.more {
  display: block;
  float: right;
  width: 66px;
  left: 22px;
  background: url("../images/more.png") no-repeat center center;
  background-size: 88px auto;
  padding-left: 22px;
  color: #CCCCCC;
  margin-top: 5px;
}
.list-wrap {
  margin-top: 10px;
}
.big-card {
  background: url("../images/big-card-bg.png") center center;
  background-size: 36px auto;
  margin-bottom: 10px;
  box-shadow: 0 1px 0 0 #000;
}
.big-card .item-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  float: left;
  position: relative;
}
.big-card .item-img img {
  //width: 100%;
  height: 100%;
}
.big-card .item-content {
  margin-left: 200px;
  height: 162px;
  padding: 19px;
  padding-left: 26px;
  font-size: 12px;
}
.big-card .title {
  height: 50px;
  overflow: hidden;
  color: #ccc;
  font-size: 18px;
  line-height: 25px;
}
.big-card .desc {
  min-height: 20px;
  margin-top: 18px;
}
.big-card .desc .tag {
  color: #73B61B;
  margin-right: 10px;
}
.big-card .time,
.big-card .address {
  min-height: 20px;
  margin-top: 18px;
  color: #808080;
}
.big-card .line {
  width: 90px;
  height: 1px;
  margin-top: 18px;
  background-color: #000;
}
.big-card .tag-wrap {
  min-height: 20px;
  margin-top: 10px;
}
.big-card .tag-wrap .tag {
  color: #808080;
  margin-right: 12px;
}
.big-card:hover {
  background: #0D0D0D;
}
.main-right {
  width: 290px;
  float: right;
}
.main-right > div {
  padding-bottom: 30px;
  border-bottom: 1px solid #141414;
}
.main-right > div:last-of-type {
  border-bottom: none;
}
.mid-card {
  width: 300px;
  float: left;
  margin-right: 50px;
  background: url("../images/big-card-bg.png") center center;
  background-size: 36px auto;
  margin-bottom: 23px;
  box-shadow: 0 1px 0 0 #000;
}
.mid-card .item-img {
  height: 169px;
  overflow: hidden;
  position: relative;
}
.mid-card .item-img img {
  width: 100%;
  height: 100%;
}
.mid-card .item-img .square-tag {
  position: absolute;
  top: 10px;
  left: 10px;
}
.mid-card .title {
  color: #ccc;
  padding: 0 17px;
  margin: 10px 0;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.small-card {
  background: url("../images/big-card-bg.png") center center;
  background-size: 36px auto;
  margin-bottom: 10px;
  box-shadow: 0 1px 0 0 #000;
}
.small-card .item-img {
  height: 163px;
  overflow: hidden;
  position: relative;
}
.small-card .item-img img {
  width: 100%;
  height: 100%;
}
.small-card .title {
  color: #ccc;
  padding: 12px 17px;
  line-height: 20px;
}
.small-card .title.title2 {
  padding-bottom: 0;
}
.small-card .info {
  padding: 20px 17px;
  font-size: 12px;
  color: #808080;
  text-align: justify;
}
.small-card .info .address {
  float: right;
}
.rss-content {
  margin-top: 10px;
  padding: 13px 16px 22px;
  background: url("../images/big-card-bg.png") center center;
  background-size: 36px auto;
  box-shadow: 0 1px 0 0 #000;
  font-size: 12px;
}
.rss-content .desc {
  line-height: 17px;
  color: #CCCCCC;
}
.rss-content textarea {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 9px 12px;
  background-color: #000;
  color: #7F7F7F;
  margin: 15px 0;
}
.rss-content .btn {
  width: 96px;
  background-color: #CCCCCC;
  color: #000;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.fire-more-btn {
  width: 100%;
  line-height: 36px;
  color: #CCCCCC;
  text-align: center;
  cursor: pointer;
  background: url("../images/big-card-bg.png") center center;
  background-size: 36px auto;
  box-shadow: 0 1px 0 0 #000;
}
.btn {
  width: 120px;
  line-height: 50px;
  background-color: #73B61B;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.square-tag {
  width: 60px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #73B61B;
  background-color: rgba(0, 0, 0, 0.6);
}
.circle-tag {
  padding: 0 12px;
  line-height: 18px;
  text-align: center;
  color: #4A90E2;
  font-size: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 18px;
}
.time {
  color: #BFBFBF;
  font-size: 12px;
}
.shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url("../images/video.png") no-repeat center center;
  background-size: 21px auto;
}
.more-space {
  width: 110%;
}
.page-box {
  text-align: center;
  display: block;
  margin: 20px 0;
  color: #CCCCCC;
}
.page-box a {
  display: inline-block;
  font-size: 14px;
  color: #CCCCCC;
  border: 1px solid #4D4D4D;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
}
.page-box a:hover {
  color: #fff;
  background-color: #73B61B;
  border-color: #73B61B;
}
.page-box span {
  display: inline-block;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  color: #fff;
  background-color: #73B61B;
  border-color: #73B61B;
}
.search-page-box a {
  color: #3F3F3F;
  border: 1px solid #EDEDED;
}
.login-wrap {
  padding: 37px 30px 30px 23px;
}
.login-wrap .layer-user-wrap {
  float: left;
  height: 100%;
  padding: 0;
  margin-right: 40px;
}
.login-wrap .layer-user-wrap .row {
  margin-bottom: 15px;
}
.login-wrap .layer-user-wrap .row:last-of-type {
  margin-bottom: 0;
}
.login-wrap .layer-user-wrap .register-wrap {
  width: 266px;
}
.login-wrap .v-line {
  height: 260px;
  background-color: #ededed;
}
.layer-login-wrap {
  width: 180px;
  font-size: 16px;
  text-align: center;
  color: #000;
  font-weight: 600;
  float: right;
}
.layer-login-wrap .wx-erweima {
  margin-top: 10px;
  width: 100%;
  height: 100%;
}
.layer-login-wrap .wx-erweima img {
  width: 100%;
  height: 100%;
}
.layer-login-wrap .weibo-login {
  display: block;
  width: 100%;
  line-height: 39px;
  margin-top: 5px;
  background-color: #D8D8D8;
}
.layer-login-wrap .weibo-login img {
  width: 26px;
  height: 22px;
  margin-top: 8px;
}
.apply-input-close {
  width: 16px;
  height: 16px;
  background: url("../images/close.png") no-repeat center center;
  background-size: 16px auto;
  position: absolute;
  top: 18px;
  right: 21px;
  cursor: pointer;
}
.layer-user-wrap {
  height: 100%;
  padding: 37px 30px 30px 23px;
  font-size: 16px;
  color: #000;
}
.layer-user-wrap .row {
  line-height: 34px;
  margin-bottom: 10px;
}
.layer-user-wrap .row span {
  box-sizing: border-box;
  display: inline-block;
  width: 100px;
  padding-left: 15px;
}
.layer-user-wrap .row .need {
  background: url("../images/xing.png") no-repeat left center;
  background-size: 9px auto;
}
.layer-user-wrap .row .input,
.layer-user-wrap .row .input-cell {
  width: 266px;
  height: 38px;
  outline: none;
  display: inline-block;
  background-color: #D8D8D8;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
}
.layer-user-wrap .row .input {
  padding-left: 10px;
}
.layer-user-wrap .row .select {
  width: 100%;
  line-height: 38px;
  height: 38px;
  font-size: 14px;
  border: none;
  outline: none;
  display: block;
  background: transparent;
}
.layer-user-wrap .row .btn {
  width: 266px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
.forget-pwd-wrap .row span {
  line-height: 17px;
  vertical-align: middle;
}
.layer-rss-wrap {
  padding-top: 65px;
}
.layer-rss-wrap .content {
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.layer-rss-wrap .content img {
  width: 48px;
  height: 48px;
}
.layer-rss-wrap .content p {
  margin-top: 10px;
}
